home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 July
/
macformat-026.iso
/
mac
/
Interactive Arts
/
Interactive Arts '95
/
-I-Sight
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-02
|
191 b
|
11 lines
on exitFrame
set the soundLevel to 2
set theDelay to random(3)
startTimer()
repeat while the timer < theDelay
nothing()
end repeat
set the soundLevel to 7
go(the frame)
end